home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef Sterne2H
- #define Sterne2H
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-verwaltete Komponenten
- TLabel *Label1;
- TListBox *ListBox1;
-
-
-
-
-
-
-
-
-
-
-
-
- void __fastcall ListBox1Click(TObject *Sender);
- private: // Benutzer-Deklarationen
- public: // Benutzer-Deklarationen
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif
-